bbe is a sed-like editor for binary files.
bbe performs basic byte operations on blocks of input stream. bbe is command line tools developed in GNU/Linux
environment. bbe is distributed under GNU General Public License 2 or later.
Main features
Non-interactive command-line tool.
Reads input stream in arbitrary blocks, not as lines as sed.
Input blocks can be defined as offset and length, just length, or using start and stop strings.
Basic commands: insert, delete, change, replace and convert data.
Commands can be given in command line or read from script-file.
Blocks can be written either to standard output or file.
News
2006-11-05: Version 0.2.2. Command x added
2006-10-29: Version 0.2.1. Minor bug fixes
2006-10-23: Version 0.2.0. Minor bug fixes
2006-03-16: Version 0.1.9. d-command enhanced
2005-11-15: Version 0.1.8. Commands <,>,u and f added
2005-11-08: Version 0.1.7. More sane results when byte ranges of i and d commands overlap